home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / util / uc3g_1 / remotacc.scr < prev    next >
Text File  |  1992-07-15  |  291b  |  13 lines

  1. ; Remote Access login Script for Unicom 3
  2. ;
  3. Delay(1000)
  4. Waitfor("moments.")
  5. Send("^[")           ; send escape
  6. Delay(2000)
  7. Waitfor("name:")
  8. Delay(250)
  9. Send("JIM SMITH^M")  ; Your name goes here
  10. Waitfor("Password:")
  11. Delay(250)
  12. Send("YOURPASSWORD^M") ; Your password goes here
  13. Exit